home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / games / interactivefiction / ifstart / tads / amiga.doc next >
Text File  |  1996-11-03  |  2KB  |  51 lines

  1.  
  2. TADS 2.2.0.5 for the Amiga
  3. --------------------------
  4.  
  5. Kickstart 2.04 or better is required for this version of TADS.
  6.  
  7. Using the TADS player
  8. ---------------------
  9.  
  10. The player for adventure games created with TADS is called "TADS Run-time"
  11. on the Amiga (it is also commonly refered to as "tr" or "TADSr" in document-
  12. ation for other systems). To run a TADS game, double click on the
  13. "TADS Run-time" icon, then select the game file (usually ending in ".gam")
  14. with the file requester. The icon can have one tootype, "DIR". This
  15. indicates which directory TADS should open the file requester in, e.g.
  16.  
  17.     DIR=Cheez:TADSGames/
  18.  
  19. The player can also be used from the Shell by giving the game file path as
  20. the first argument, e.g.
  21.  
  22.     "TADS Run-time" Cheez:TADSGames/UU1.gam
  23.  
  24. Calling the player without any arguments will give a list of all possible
  25. arguments and their function. Note that the player requires more than the
  26. standard stack to run successfully; the stack in the player's icon is set
  27. to 50000, and if the player is run from the Shell then the Shell's stack
  28. should be set to at least as much.
  29.  
  30. The player has command line editing (cursor left/right, delete and back-
  31. space), a command line history (cursor up/down to go through the previously
  32. entered commands) and a review mode (accessible by pressing F1) in which
  33. text that has scrolled off the display can be recalled.
  34.  
  35. Contacts
  36. --------
  37.  
  38. TADS 2.2.0.5 has been ported to the Amiga by David Kinder. This version of
  39. TADS is not supported by High Energy Software. If you have any problems,
  40. please report them to me at
  41.  
  42.     kinder@teaching.physics.ox.ac.uk
  43. or    david.kinder@physics.ox.ac.uk
  44.  
  45. I would like to be able to judge how many people are interested in this
  46. Amiga version, in order to see if there is enough interest to port any newer
  47. version of TADS which may appear in the future. If you use this port, please
  48. let me know. Futhermore, please consider registering for any of the share-
  49. ware games written with TADS, or for TADS itself if you wish to write
  50. adventure games.
  51.